home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / Demos_Demo folder / Demos_Info folder / Demos™ Demonstration / Models / Car Cost Model < prev    next >
Text File  |  1993-07-27  |  2KB  |  96 lines

  1. { From user A Lumens, Project Carcosts at Tue, Jul 27, 1993 10:13 PM}
  2.  
  3.  
  4. { System Variables with non-default values: }
  5. Samplesize := 2000
  6. Typechecking := 1
  7. Checking := 1
  8. Saveoptions := 2
  9. Savevalues := 0
  10. Distresol := 16
  11.  
  12.  
  13. { Non-default Time SysVar value: }
  14. Time := [0,1,2]
  15.  
  16. Project Carcosts
  17. Title: Car Cost Model
  18. Description: A demonstration model to show how to calculate the cost of running a car.
  19. Author: Brian
  20. Date: Mon, Jul 5, 1993 1:59 PM
  21. Saveauthor: A Lumens
  22. Savedate: Tue, Jul 27, 1993 10:13 PM
  23. Defaultsize: 48,20
  24. Diagstate: 1,40,50,449,243,5
  25. Windstate: 1,57,67
  26. Fileinfo: 0,-5,5798,Project Carcosts,Car Cost Model
  27. Getresource Pagesetup,1
  28.  
  29. Model Fuel_cost_
  30. Title: Fuel cost~
  31. Model
  32. Author: A Lumens
  33. Date: Thu, Jul 15, 1993 4:29 PM
  34. Location: 184,184
  35. Nodesize: 48,20
  36. Diagstate: 1,62,223,449,243,4
  37.  
  38. Chance Fuel_cost
  39. Title: Fuel cost
  40. Units: $/year
  41. Description: Annual cost of fuel
  42. Definition: ((Price*Mpy)/Mpg)
  43. Location: 272,128
  44. Nodesize: 48,20
  45. Windstate: 1,152,210
  46.  
  47. Chance Price
  48. Title: Fuel~
  49. price
  50. Units: $
  51. Description: Price of a gallon of gasoline
  52. Definition: Normal(1.19,0.1)
  53. Location: 48,24
  54. Nodesize: 48,20
  55. Windstate: 1,152,223
  56.  
  57. Chance Mpy
  58. Title: Miles per~
  59. year
  60. Units: miles/year
  61. Description: Average miles driven per year
  62. Definition: 12K
  63. Location: 160,24
  64. Nodesize: 48,20
  65.  
  66. Chance Mpg
  67. Title: Miles per~
  68. gallon
  69. Units: miles/gallon
  70. Description: Average number of miles per gallon obtained by a car.
  71. Definition: Uniform( 20, 30 )
  72. Location: 48,80
  73. Nodesize: 48,20
  74.  
  75. Close Fuel_cost_
  76. Chance Maint
  77. Title: Maintenance~
  78. cost
  79. Units: $/year
  80. Description: Annual car maintenance costs such as oil changes
  81. Definition: 2400
  82. Location: 184,72
  83. Nodesize: 48,20
  84. Windstate: 1,40,129
  85.  
  86. Objective Total_cost
  87. Title: Total cost
  88. Units: $/year
  89. Description: Total annual cost of driving and maintaining a car.
  90. Definition: Fuel_cost + Maint
  91. Location: 328,128
  92. Nodesize: 48,20
  93. Windstate: 1,40,127
  94.  
  95. Close Carcosts
  96.